Enum Effects.ParticleAnimationType
Constants for particle animation type constants.
To be used with Effects.EmitAdvancedParticle function.
Members
LOOP | Frames loop sequentially. |
ONE_SHOT | Frames play once and freeze on the last frame. |
BACK_AND_FORTH | Frames bounce back and forth. |
LIFE_TIME_SPREAD | Frames are distributed over the particle's lifetime. |